Skip to content

feat: strengthen design verification pipeline with codebase-analyzer and investigation gates#153

Merged
shinpr merged 3 commits intomainfrom
feat/strengthen-design-verification-pipeline
Apr 1, 2026
Merged

feat: strengthen design verification pipeline with codebase-analyzer and investigation gates#153
shinpr merged 3 commits intomainfrom
feat/strengthen-design-verification-pipeline

Conversation

@shinpr
Copy link
Copy Markdown
Owner

@shinpr shinpr commented Apr 1, 2026

Summary

  • Add codebase-analyzer agent for pre-design codebase investigation, producing structured JSON guidance for technical-designer
  • Insert code-verifier before document-reviewer in design flows so review uses structured verification evidence
  • Add Investigation Targets to task-decomposer/task-executor with Phase Entry Gate and Completion Gate enforcement
  • Add E2E environment prerequisites extraction in work-planner (Phase 0 task generation) and missing_prerequisites blocked type in quality-fixer
  • Add Test Boundaries section to Design Doc template and Data Layer Testing section to typescript-testing skill
  • Update all orchestration flows (backend/frontend/fullstack), commands, and skills-index metadata

Test plan

  • Verify codebase-analyzer appears in orchestration-guide agent list, flow steps, call examples, and information bridging (EN/JA)
  • Verify design flow step counts match (Large: 13/15, Medium: 9/11) in orchestration-guide and design command
  • Verify code-verifier Call Example exists in orchestration-guide (EN/JA)
  • Verify quality-fixer blocked.reason uses English constants in both EN and JA versions
  • Verify similar_component_found is listed in orchestration-guide escalation_type (EN/JA)
  • Verify skills-index.yaml includes Data Layer Testing section for typescript-testing and e2e-environment-prerequisites reference for integration-e2e-testing (EN/JA)
  • Verify Investigation Targets section exists in task-template (EN/JA)
  • Verify front-design document-reviewer call includes doc_type/target/mode parameters (EN/JA)

🤖 Generated with Claude Code

…and investigation gates

Add evidence-based design pipeline (codebase-analyzer → technical-designer → code-verifier → document-reviewer), investigation targets for task executors with entry/completion gates, E2E environment prerequisites with Phase 0 task generation, and quality-fixer missing_prerequisites blocked type. Update all orchestration flows, commands, and skills-index metadata.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@shinpr shinpr self-assigned this Apr 1, 2026
shinpr and others added 2 commits April 1, 2026 14:53
Agents operate in independent context and should not reference external orchestrator existence.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This project is full TypeScript — multi-language examples add noise without value.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@shinpr shinpr merged commit 52770ab into main Apr 1, 2026
1 check passed
@shinpr shinpr deleted the feat/strengthen-design-verification-pipeline branch April 1, 2026 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant